uncheck

abstract fun uncheck()

Sets the checked attribute of the input DOM element with the type 'checkbox' or 'radio' to false.

Throws

when the type attribute value of the element is not 'checkbox' or 'radio'

when this instance is closed